@charset "utf-8";
/* CSS Document */

.pt_inlogin{
	background: #fafafa;
	border-radius: 8px;
	padding: 0 30px 0px;
	margin-top: 35px;
	position: relative;
}
.pt_inlogin .pt_zixun{
	position: absolute;
	right: -5px;
	top: 0;
	height: 40px;
	padding: 0 30px 0 20px;
	background: #f0f0f0;
	line-height: 40px;
}
.pt_inlogin .pt_zixun_jiao{
	position: absolute;
	right: 0px;
	top: 40px;
	width: 5px;
	height: 5px;
	background: url(zwfw_20241115_09.png) no-repeat;
	background-size: cover;
}

.pt_inlogin .pt_lbox{
	float: left;
	width: 500px;
}
.pt_inlogin .pt_tit{
	position: absolute;
	display: block;
	width: 100%;
	height: 36px;
	background: url(zwfw_20241115_01.png) left no-repeat;
	background-size: auto 36px;
	padding: 0;
	top: 10px;
	left: 0;
}
.in_pt_nr{
	padding-top: 60px;
}
.in_pt_nr li{
	width: 200px;
	height: 60px;
	border: 1px solid #ca1c1d;
	border-radius: 8px;
	background-color: #fff;
	line-height: 58px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.in_pt_nr li a{
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.in_pt_nr li a img{
	vertical-align: middle;
	margin-right: 3px;
}


.pt_rbox{
	width: 520px;
	float: right;
}

.pt_rbox h3{
	color: #ca1c1d;
	line-height: 60px;
	margin-top: 4px;
}
.btn_ptdl_01,
.btn_ptdl_02{
	display: block;
	width: 250px;
	height: 60px;
	border: 1px solid #ca1c1d;
	border-radius: 8px;
	line-height: 58px;
	position: relative;
	font-size: 20px;
	color: #ba171c;
}
.btn_ptdl_01:hover,
.btn_ptdl_02:hover{
	box-shadow: 0px 0px 10px 1px rgba(157, 20, 20, 0.2); 
}
.btn_ptdl_01 span,
.btn_ptdl_02 span{
	padding-left: 40px;
}
.btn_ptdl_01 i::after,
.btn_ptdl_02 i::after{
	content: "";
	position: absolute;
	width: 90px;
	height: 60px;
	background: no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
}
.btn_ptdl_01 i::after{
	background-image: url(zwfw_20241115_02.png);
}
.btn_ptdl_02 i::after{
	background-image: url(zwfw_20241115_03.png);
}
.line02{
	border: none;
	border-bottom: 1px solid #ecb7b7;
	margin-top: 15px;
}
.btn_ptdl_03{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-bottom: 15px;
}
.btn_ptdl_03 img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}
.btn_ptdl_03 a{
	color: #ba171c;
}
.btn_ptdl_03 a:hover{
	color: #911b1b;
}

/*登录后状态*/
.pt_user_box{
	background: url(zwfw_20241115_10.png) left top no-repeat;
	background-size: auto 100%;
}
.pt_user_l{
	float: left;
	text-align: center;
	width: 210px;
	line-height: 120%;
	padding-bottom: 10px;
}
.pt_user_l p{
	padding-bottom: 8px;
}
.pt_user_l img.user_tx{
	border-radius: 50%;
	height: 60px;
	width: 60px;
	border: 7px solid #f4dfdd;
}
.pt_user_l .t1{
	font-size: 18px;
	color: #b42519;
}
.pt_user_l .t2{
	font-size: 14px;
	color: #333;
}
.pt_user_l .t2 a{
	background: url(zwfw-zwfwV202410_index7.png) right center no-repeat;
	padding-right: 16px;
}


.pt_user_info{
	float: left;
	width: 250px;
	margin-left: 30px;
}
.pt_user_info li{
	background: linear-gradient(90deg, #fedfc1 0%, #f6bda4 100%);
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-top: 10px;
	padding-left: 25px;
	color: #b42519;
	position: relative;
	
}
.pt_user_info li.shiming{
	padding-left: 70px;
}
.pt_user_info li.shiming i::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 30px;
	top: 0;
	left: 0;
	background: url(zwfw_20241115_12.png) center center no-repeat #e89e7d;
	background-size: 30px 24px;
	border-radius: 15px 0 0 15px;
}




/* 标题修改 */


.login-title {
	margin-top: 20px;
	margin-left: -30px;
}

.login-title span {
	width: 350px;
	display: inline-block;
	height: 42px;
	background: #c50312;
	padding: 0 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
}

.login-title img {
	height: 42px;
	position: relative;
	top: -4px;
	left: -4px;
}

/* .in_pt_nr {
	padding: 20px 0 10px;
} */